GtkModelButton: Add docs
authorMatthias Clasen <mclasen@redhat.com>
Mon, 24 Nov 2014 00:16:49 +0000 (19:16 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 24 Nov 2014 00:44:01 +0000 (19:44 -0500)
gtk/gtkmodelbutton.c

index 355a61cbd31bdc1f2258ff7899c85fb356613c43..2f3cfae20e06a0e064bee01196caa5bd777c9793 100644 (file)
@@ -986,6 +986,15 @@ gtk_model_button_init (GtkModelButton *button)
                                GTK_STYLE_CLASS_MENUITEM);
 }
 
+/**
+ * gtk_model_button_new:
+ *
+ * Creates a new GtkModelButton.
+ *
+ * Returns: the newly created #GtkModelButton widget
+ *
+ * Since: 3.16
+ */
 GtkWidget *
 gtk_model_button_new (void)
 {